3 references to GetPropertyNameFromAccessor
Microsoft.Interop.ComInterfaceGenerator (3)
ComInterfaceGenerator.cs (2)
858string propertyName = IncrementalMethodStubGenerationContext.GetPropertyNameFromAccessor(accessorName); 916string propName = IncrementalMethodStubGenerationContext.GetPropertyNameFromAccessor(accessorName);
IncrementalMethodStubGenerationContext.cs (1)
124return GetPropertyNameFromAccessor(templateName);