Home
last modified time | relevance | path

Searched refs:AttributeTargets (Results 1 – 6 of 6) sorted by relevance

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DGrammarRuleAttribute.cs35 using AttributeTargets = System.AttributeTargets; typedef
38 [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DGrammarRuleAttribute.cs36 using AttributeTargets = System.AttributeTargets; typedef
39 [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
/external/flatbuffers/tests/FlatBuffers.Test/
DFlatBuffersTestMethodAttribute.cs21 [AttributeUsage(AttributeTargets.Method)]
DFlatBuffersTestClassAttribute.cs24 [AttributeUsage(AttributeTargets.Class)]
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DOriginalNameAttribute.cs41 [AttributeUsage(AttributeTargets.Field)]
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeLogRedirector.cs98 [AttributeUsage(AttributeTargets.Method)]