3 references to CreateModelForAttribute
Microsoft.CodeAnalysis.CSharp (3)
Compilation\SpeculativeSemanticModelWithMemberModel.cs (1)
181(node, binderAndModel) => CreateModelForAttribute(binderAndModel.binder, (AttributeSyntax)node, binderAndModel.model),
Compilation\SyntaxTreeSemanticModel.cs (2)
985(node, binderAndModel) => CreateModelForAttribute(binderAndModel.binder, (AttributeSyntax)node, binderAndModel.model), 1236return CreateModelForAttribute(defaultOuter(), (AttributeSyntax)node, containingModel: null);